net/http.http2clientConnPool.keys (field)

7 uses

	net/http (current package)
		h2_bundle.go#L775: 	keys         map[*http2ClientConn][]string
		h2_bundle.go#L948: 	if p.keys == nil {
		h2_bundle.go#L949: 		p.keys = make(map[*http2ClientConn][]string)
		h2_bundle.go#L952: 	p.keys[cc] = append(p.keys[cc], key)
		h2_bundle.go#L958: 	for _, key := range p.keys[cc] {
		h2_bundle.go#L970: 	delete(p.keys, cc)